home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / mars.ini < prev    next >
INI File  |  1994-11-14  |  5KB  |  166 lines

  1. [Memory]
  2. ExtraMemory=2000
  3. ; Amount of kBytes over and above physical memory for use by a projector.
  4.  
  5. ;SwapFileMeg=6
  6. ; Amount of megabytes of SwapFile space to enable during authoring.
  7. ; Default is to allow swapfile space of up to 1/2 of the available 
  8. ; physical RAM.
  9.        
  10.  
  11. ;on startup
  12.  ; set the searchCurrentFolder to FALSE
  13.  ; set the searchPath = [string(the PathName),"@\movies\","@\movies\adventur\","@\movies\challeng\","@\movies\council\","@\movies\dreams\","@\movies\enterpri\"]
  14. ;end startup
  15.  
  16.  
  17. [Palette]
  18. Animation=1
  19. ; 1: allows director to take control of the palette for fast palette effects
  20. ;    and transitions.
  21. ; 0: prevents director from taking control of the palette so other apps,
  22. ;    wallpaper etc. look better but palette effects and transitions will
  23. ;    be slower.
  24.  
  25.  
  26.  
  27.  
  28. [Sound]
  29. ; Settings in the [Sound] section apply to all sound cards.
  30.  
  31. SpoolBufferAlloc=0
  32. ; 0 - prevents locking of memory
  33. ; When to allocate spool buffers
  34. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  35. ; 1 means allocate spool once at startup and keep for entire session.
  36.  
  37. LowSpoolBufferMs=5000
  38. ; Length of one 8bit spool buffer, in milliseconds.
  39.  
  40. HighSpoolBufferMs=1500
  41. ; Length of one 16-bit spool buffer, in milliseconds.
  42.  
  43. SpoolBufferCount=2
  44. SpoolBufferCount=5;
  45. ; Number of spool buffers to use. Must range from 2 to 10.
  46.  
  47. ;MixMaxChannels=4
  48. ; Maximum number of channels supported by the sound mixer. The actual
  49. ; number you can mix depends on the processing power of your computer.
  50. ; Must range from 1 to 8.
  51.  
  52. ;MixWaveDevice=0 
  53. ; DeviceID of waveOut device to use for playing.
  54. ; Must range from 0 to (# of devices - 1).
  55.  
  56. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  57. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  58. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  59. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  60. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  61. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  62. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  63. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  64.  
  65.  
  66.  
  67.  
  68. [Low Default Sound]
  69. ; Settings in the [Low Default Sound] section apply when playing sounds
  70. ; with data rates up to 8-bit 22kHz stereo, for sound cards which are
  71. ; unknown to Director.
  72.  
  73. ;MixBufferMs=200
  74. ; Length of each mixing buffer, in milliseconds.
  75.  
  76. ;MixBufferCount=4
  77. ; Number of mixing buffers to use. Must range from 2 to 16.
  78.  
  79. ;MixServiceMode=0
  80. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  81. ;         applied from MixIntPeriodMS and MixIntResolutionMs.
  82. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  83. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  84.  
  85. ;MixIntPeriodMs=200
  86. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  87.  
  88. ;MixIntResolutionMs=50
  89. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  90.  
  91.  
  92.  
  93.  
  94. [High Default Sound]
  95. ; Settings in the [High Default Sound] section apply when playing sounds
  96. ; with data rates higher than 8-bit 22kHz setero, for sound cards which
  97. ; are unknown to Director.
  98. ;MixBufferMs=200
  99. ;MixBufferCount=4
  100. ;MixServiceMode=0
  101. ;MixIntPeriodMs=200
  102. ;MixIntResolutionMs=50
  103.  
  104.  
  105.  
  106.  
  107. ;[Low <SoundCardName>]
  108. ; Settings in this section apply when playing sounds with data rates up to
  109. ; 8-bit 22kHz stereo on a particular sound card. You can have any number of
  110. ; these sections. Replace "<SoundCardName>" inside the square brackets with
  111. ; the actual name of the sound card you want to set defaults for. To find
  112. ; the name of your card, launch the Sound Mapper application, and look in
  113. ; the Playback field. Settings in this section take precedence over
  114. ; Director's built in settings.
  115. ;MixBufferMs=200
  116. ;MixBufferCount=4
  117. ;MixServiceMode=0
  118. ;MixIntPeriodMs=200
  119. ;MixIntResolutionMs=50
  120.  
  121.  
  122.  
  123.  
  124.  
  125. ;[High <SoundCardName>]
  126. ; Settings in this section apply when playing sounds with data rates higher
  127. ; than 8-bit 22kHz stereo on a particular sound card. You can have any number
  128. ; of these sections. Replace "<SoundCardName>" inside the square brackets
  129. ; with the actual name of the sound card you want to set defaults for. To
  130. ; find the name of your sound card, launch the Sound Mapper application, and
  131. ; look in the Playback field. Settings in this section take precedence over
  132. ; Director's internal settings.
  133. ;MixBufferMs=200
  134. ;MixBufferCount=4
  135. ;MixServiceMode=0
  136. ;MixIntPeriodMs=200
  137. ;MixIntResolutionMs=50
  138.  
  139.  
  140.  
  141.  
  142. [Low Override]
  143. ; Settings in the [Low Override] apply when playing sounds with data rates
  144. ; up to 8-bit 22kHz stereo. These settings will override Director's internal
  145. ; settings, as well as settings for specific cards.
  146. ;MixBufferMs=200
  147. ;MixBufferCount=4
  148. ;MixServiceMode=0
  149. ;MixIntPeriodMs=200
  150. ;MixIntResolutionMs=50
  151.  
  152.  
  153.  
  154.  
  155. [High Override]
  156. ; Settings in the [High Override] apply when playing sounds with data rates
  157. ; higher than 8-bit 22kHz stereo. These settings will override Director's
  158. ; internal settings, as well as settings for specific cards.
  159. ;MixBufferMs=200
  160. ;MixBufferCount=4
  161. ;MixServiceMode=0
  162. ;MixIntPeriodMs=200
  163. ;MixIntResolutionMs=50
  164.  
  165.